home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_352 / printhandler / makefile < prev    next >
Makefile  |  1992-05-06  |  253b  |  11 lines

  1. all:            PrintHandler.SYM Print-Handler
  2.  
  3. Print-Handler:        Print-Handler.o
  4.             LN Print-Handler -Lc
  5.  
  6. Print-Handler.o:    Print-Handler.c
  7.             CC -so -wnu -hi PrintHandler.SYM Print-Handler.c
  8.  
  9. PrintHandler.SYM:    PreInclude.c
  10.             CC -ho PrintHandler.SYM PreInclude.c
  11.